DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / AddByReference Method / AddByReference(Keyword,Byte[]) Method
Attribute tag to add
Attribute value as byte array






    AddByReference(Keyword,Byte[]) Method
    Add byte[] as attribute value to avoid copying large data
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddByReference( _
       ByVal keyword As Keyword, _
       ByVal Value() As System.Byte _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim keyword As Keyword
    Dim Value() As System.Byte
     
    instance.AddByReference(keyword, Value)

    Parameters

    keyword
    Attribute tag to add
    Value
    Attribute value as byte array
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also